home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / escape.swf / scripts / frame_1 / PlaceObject2_53_55 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-23  |  201 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_X > _root.select._x)
  3.    {
  4.       _X = _X - (_X - _root.select._x) / 2;
  5.    }
  6.    if(_X < _root.select._x)
  7.    {
  8.       _X = _X + (_root.select._x - _X) / 2;
  9.    }
  10. }
  11.